Skip to main content

All Questions

5votes
1answer
249views

Bowling game Kata in Scala - pattern match

This is a functional approach to problem described by standard Bowling Game Kata - to implement the rules of calculating a score in a bowling game. The inspiration was the implementation by Uncle Bob: ...
Sebastian Kramer's user avatar

close